home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 2.iso / ffumes / MAKEBOOT.BAT < prev    next >
DOS Batch File  |  1998-09-15  |  846b  |  24 lines

  1. @echo MAKEBOOT - Make a bootable floppy disk for Fatal Fumes(TM)
  2. @echo (C)1997 Webfoot Technologies, Inc.  ALL RIGHTS RESERVED.
  3. @echo  
  4. @echo Making bootable floppy now....
  5. @echo  
  6. @echo When asked if you wish to format another, hit 'n'.
  7. @echo  
  8. @format a: /s /v:WEBFOOT
  9. @cd C:\GAMES\FATAL
  10. @echo Please wait....
  11. @copy CONFIG.WTI a:config.sys>nul
  12. @copy AUTOEXEC.WTI a:autoexec.bat>nul
  13. @echo  
  14. @echo Finished making your bootable floppy.
  15. @echo  
  16. @echo To run the game, leave this floppy in the drive and re-start your computer.
  17. @echo  
  18. @echo To re-start your computer from DOS, press the Ctrl-Alt-Del keys at the
  19. @echo same time.
  20. @echo  
  21. @echo Or, to re-start your computer from Windows 95, in Windows hit the 'Start'
  22. @echo button and choose 'Shut Down...', then select 'Restart the computer' and
  23. @echo hit the 'Yes' button.
  24.